Trac is being migrated to new services! Issues can be found in our new YouTrack instance and WIKI pages can be found on our website.

Changes between Version 151 and Version 152 of Using Pidgin


Ignore:
Timestamp:
Jan 31, 2009, 7:44:47 PM (15 years ago)
Author:
loser
Comment:

batch script to upgrade Pidgin portable

Legend:

Unmodified
Added
Removed
Modified
  • Using Pidgin

    v151 v152  
    419419In order to upgrade Pidgin portable to a new version, simply download the latest [http://sourceforge.net/project/showfiles.php?group_id=235&package_id=230234 zipped binaries] and follow the steps described in the '''Pidgin''' section above.
    420420
     421'''''Semi-Automatic Upgrade'''''
     422The following batch script takes care of removing unneeded Pidgin files as described above.
     423'''Do not use this if you don't understand what it's doing!'''
     424{{{
     425REM download: http://sourceforge.net/project/downloading.php?group_id=235&filename=pidgin-<version>-win32-bin.zip
     426
     427cd pidgin-<version>-win32-bin
     428
     429REM remove unused modules
     430rmdir /S /Q ca-certs perlmod
     431del plugins\perl.dll plugins\tcl.dll
     432
     433REM keep only relevant locale (here: DE)
     434move locale\de %TEMP%
     435rmdir /S /Q locale
     436mkdir locale
     437move %TEMP%\de locale
     438
     439REM disable spell-checking
     440del libgtkspell.dll
     441
     442REM activate portable mode
     443move pidgin.exe pidgin-portable.exe
     444}}}
     445
    421446== Running Linux Pidgin From a USB Drive (Portable Mode) ==
    422447This should be possible somehow, but it's not tested and not documented.
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!